Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / SSHString Structure / Read Method / Read(Byte[],Int32,Int32,Encoding) Method


In This Topic
    Read(Byte[],Int32,Int32,Encoding) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function Read( _
       ByVal buffer() As Byte, _
       ByVal bufferOffset As Integer, _
       ByVal bufferCount As Integer, _
       ByVal encoding As Encoding _
    ) As String
    'Usage
     
    Dim buffer() As Byte
    Dim bufferOffset As Integer
    Dim bufferCount As Integer
    Dim encoding As Encoding
    Dim value As String
     
    value = SSHString.Read(buffer, bufferOffset, bufferCount, encoding)
    public static string Read( 
       byte[] buffer,
       int bufferOffset,
       int bufferCount,
       Encoding encoding
    )

    Parameters

    buffer
    bufferOffset
    bufferCount
    encoding
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also